orNull

infix fun orNull(value: String): NotBlankString?

Deprecated

Use the NotBlankStringOrNull function instead.

Replace with

import kotools.types.string.NotBlankStringOrNull
NotBlankStringOrNull(value)

Returns the value as a NotBlankString, or returns null if the value is blank.